-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #3258 - Handling Removal of the CircularImageView dependency #5350
Fix #3258 - Handling Removal of the CircularImageView dependency #5350
Conversation
@adhiamboperes PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Rd4dev!
Isn't there a declaration of this in third_party/versions.bzl
?
Hi @adhiamboperes, The third_party/versions.bzl file appears to be missing the Two dependencies were initially employed for circular images:
Both dependencies were eventually mixed in layouts, with Issue #3258 mentions replacing Seeking clarification on whether it is appropriate to proceed with the removal of |
@Rd4dev , please remove the dependency as it is unused. |
…o Issue#3258-RemoveCircularImageView
@adhiamboperes PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Rd4dev, this looks good, but please resolve the merge conflict and then reassign to me.
@adhiamboperes PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Rd4dev!
Unassigning @adhiamboperes since they have already approved the PR. |
Assigning @BenHenning for code owner reviews. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a really nice clean-up, thanks for doing this @Rd4dev! LGTM.
Updating with latest & enabling auto-merge since everything seems to look good. |
Unassigning @BenHenning since they have already approved the PR. |
Hi @Rd4dev, this PR is ready to be merged. Please address any remaining comments prior to merging, and feel free to ask someone to merge your PR once the CI checks pass and you're happy with it. Thanks! |
…o Issue#3258-RemoveCircularImageView
…om/Rd4dev/oppia-android into Issue#3258-RemoveCircularImageView
Explanation
Fixes #3258
The Pull Request #4155 substituted
CircularImageView
withShapeableImageView
, yet the dependency persists in the project. This PR addresses the final steps of removing the remaining dependency.add_shadow
andshadow_radius
were exclusive toCircularImageView
. Upon removing the dependencies, these attributes became irrelevant, so they were omitted from the layouts. Their removal had no impact on the functioning views as they were unrelated to the actual attributes of the working views.[Attached reference images below]
Essential Checklist
For UI-specific PRs only
Todo
Remove Dependency from Bazel and External libraries.!